home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1619 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: fohnix.metronet.com!not-for-mail
  2. From: milam@fohnix.metronet.com (Stan Milam)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Free Pacific C problem
  5. Date: 15 Jan 1996 11:57:40 -0600
  6. Organization: Texas Metronet, Inc  (login info (214/488-2590 - 817/571-0400))
  7. Message-ID: <4de4ik$n5o@fohnix.metronet.com>
  8. References: <4d9msn$k9p@fohnix.metronet.com> <tcpnntpd.16.1.14.14.45.42.2781597121.340150@the-fix.sos.on.ca>
  9. NNTP-Posting-Host: fohnix.metronet.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. verneb@the-fix.sos.on.ca wrote:
  13. : To: INT:milam@fohnix.metronet
  14.  
  15. :     Just had to try this so loaded TC3 and wrote in the code and 
  16. : voila it worked.  Did the same with Pacific and groan it didn't!  You 
  17. : know Clyde has does such a nice job on this I hope he does improve it 
  18. : or at least in his commercial version has a 'real ansi model'.
  19.  
  20. I agree with you.  Once you figure it out and learn where the holes are it
  21. is a nice compiler.  It also produces really tight, fast code, and the 
  22. executables are *very* small.  It would go a long way to:
  23.  
  24. 1.  Get all of the ANSI manifest constants defined in the header files.
  25. 2.  Implement all of the ANSI required functions in the library (strtol(), 
  26.     memmove(), etc.).
  27. 3.  Allow initialization of data structures such as arrays and structures
  28.     that are of the auto storage class, as ANSI requires.
  29.  
  30. There are probably more things which can be done, but I am not willing to 
  31. invest more time finding out what they are until the above is accomplished.
  32.  
  33. Regards, 
  34. Stan Milam.
  35.  
  36.